home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 26 / q26.d81 / t.multilist 128 < prev    next >
Text File  |  2022-08-28  |  6KB  |  137 lines

  1.  
  2.  
  3.                          M U L T I L I S T   1 2 8
  4.  
  5.                Program by e. g. bell   Text by Fender Tucker
  6.  
  7.  
  8.     ed bell never does anything in a small way, and this time he's tackled
  9. mass printing.  If you print out one or two letters a week, your word
  10. processor will do that quite nicely, but if you produce even half as much
  11. printout as ed bell does, you can save time and hassle with MULTILIST 128.
  12. It will allow you to take a bunch of text or program files that are in
  13. different formats and print them all out...while you are away from your
  14. computer doing something else.
  15.  
  16.  
  17.  MODIFYING MULTILIST
  18.  -------------------
  19.  
  20.     MULTILIST 128 is a one-file program with 17 pages of docs.  The program
  21. is mostly ML but it can be loaded and saved like a BASIC program.  The ML
  22. is "tacked on" to the end of the BASIC part, which means that if you modify
  23. the BASIC code you MUST keep it the same number of bytes long.  ed has
  24. added REM statements to the BASIC code that explain what you can do by
  25. changing certain bytes in the code.  For instance, line 60 has a variable
  26. (rl%) defined as "00".  If you have a CMD device with RTL clock (like
  27. RAMLink, an HD or a SmartMouse) change the "00" in line 60 to the number of
  28. the CMD device and MULTILIST 128 will boot up with the correct time.  If
  29. your CMD device is numbered 8 or 9, be sure to change "00" to "08" or "09"
  30. rather than "8" or "9".  The warning applies to any byte you change in the
  31. BASIC code.
  32.  
  33.     When done modifying the BASIC code, save the program before running it.
  34. Other parameters you can change in the BASIC code are the drive number and
  35. partition you want the program to return to LOADSTAR on.
  36.  
  37.  
  38.  PRINTING THE DOCS
  39.  -----------------
  40.  
  41.     There is a 64 mode program on this disk that will print out the
  42. extensive, helpful docs that ed wrote for MULTILIST 128.  It's a 190-block
  43. file that's been crunched down into 98 blocks (which includes code that
  44. prints the 17 pages of instructions).  Since we don't have a good 128-mode
  45. cruncher, I'm afraid you must quit LS 128 and go to the 64 mode and run
  46. "multilist docs".
  47.  
  48.     The docs are just as ed wrote them, formatted for 78 columns and ready
  49. to be indexed by INDEXER (ed's index-making program on LS 128 #22), except
  50. they're packed.  To print them, all you have to do is run the 64-mode
  51. program "multilist docs" and follow the prompts.
  52.  
  53.     If you want the docs in an unpacked form so you can INDEX them, read
  54. them off the screen with JiffyDOS' @t command, or load them into a word
  55. processor (a big one like THE WRITE STUFF 128), then all you have to do is
  56. once again change the BASIC part of a program.  Here's how to print the
  57. docs to disk, creating a 192-block PETASCII file.
  58.  
  59.  (1) Run the program and when you see the colorfully tiled screen of the
  60. docs printer, press STOP to break out of the program.
  61.  
  62.  (2) Change the OPEN4,4,7 in line 150 to OPEN4,8,7,"DOCS,P,W"
  63.  
  64.  (3) Run the program with a disk in drive 8 that has at least 200 blocks
  65. free.  If you want to use a drive other than 8, just change the 8 in line
  66. 10 to the number of your drive.
  67.  
  68.     If you would like to just quickly see the docs on the screen, you can
  69. change OPEN4,4,7 in line 150 to OPEN4,3,7 and run the program.  Keep your
  70. finger on the CONTROL key to slow it so you can read it.  You'll be looking
  71. at text formatted for 80 columns on a 40-column screen so every other line
  72. won't be wordwrapped.
  73.  
  74.     MULTILIST 128 is fairly straightforward but it's a good idea to read
  75. the docs.  ed not only supplies some good information about printing but he
  76. addresses little quirks you may find as you use the program.
  77.  
  78.  
  79.  MULTILIST ITSELF
  80.  ----------------
  81.  
  82.     It's essentially a one-screen program that shows you all of the
  83. parameters you can change before printing.  "P" is the key to hit to start
  84. the printing so as long as you don't hit that key you can try all of the
  85. other options to see what they do.  Here's a quick description of the hot
  86. keys:
  87.  
  88.  A) Here you can customize MULTILIST 128 to recognize your word processor's
  89. files, even if you use an oddball or unknown word processor.
  90.  
  91.  C) Issue DOS commands like Initialize, Rename or Copy.
  92.  
  93.  D) See the directory of the current drive.
  94.  
  95.  E) Set the screen colors.
  96.  
  97.  F) Set the margins, line feeds, paging and other options of the printout.
  98.  
  99.  H) Give the printout a header.
  100.  
  101.  P) Print the file(s).
  102.  
  103.  R) Reset the date.
  104.  
  105.  S) Set the printer parameters (device number, secondary address, number of
  106. columns, source and destination numbers and paths, etc.)
  107.  
  108.  T) Select which types of translation you want (GEOS Cvt., Screen code,
  109. PETASCII, pure ASCII, etc.).  There's even one mode that will automatically
  110. select for you.
  111.  
  112.  W) Once you get MULTILIST 128 exactly set up as you want it, do this and
  113. it'll create a version of the program with those parameters.
  114.  
  115.  X) Exit to BASIC or LOADSTAR 128.
  116.  
  117.  Z) Send ESC and printer codes to the printer.  You can make your printer
  118. do things like italics, underline, bold print, etc.
  119.  
  120.     That's it.  You must have a printer connected and on for MULTILIST 128
  121. to work.  Play with the parameter screen, print out some small text or
  122. program files, and see how it works.  The initial setup may take some time
  123. to get every parameter tweaked just right, but like GEOS, once you have it
  124. set up and saved, you don't have to do it again.
  125.  
  126.  
  127.  FINAL REMINDER
  128.  --------------
  129.  
  130.     The program that prints the docs to printer, screen or disk is a 64-
  131. mode program.  It won't work in the 128 mode.  Happy printing!
  132.  
  133. FT
  134.  
  135.                       \\\\\ R - Run    RETURN - Menu \\\\\
  136.                                                                            
  137.